You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVec Class > TMtxVec Methods > IsEqual Method > TMtxVec.IsEqual Method ([In] TMtxVec, int, int, int, [In] double, [In] TCompare)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVec.IsEqual Method ([In] TMtxVec, int, int, int, [In] double, [In] TCompare)

Compares Vec elements [VecIndex]..[VecIndex+Len-1] with calling object elements [Index]..[Index+Len-1].

Syntax
C#
Visual Basic
public bool IsEqual([In] TMtxVec Vec, int VecIndex, int Index, int Len, [In] double Precision, [In] TCompare Compare);

Algorithm uses the Compare type and specified Precision.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!